/*

* main style

*/

.table {

	border-collapse: collapse;

}

.table td, .table th {

	border: 1px solid #cdcdcd;

	padding: .2em .3em

}

.table p {

	padding: 0px;

	margin: 0px;

}

.table {

	width: 100%;

	overflow-y: auto;

	overflow-x: scroll;

	_overflow: auto;

	margin: 0.5em 0 1em;

}



@media(max-width: 767px) {

/*添加IOS下滚动条*/

.bartable {

	overflow-x: scroll;

}

.bartable::-webkit-scrollbar {

-webkit-appearance: none;

width: 14px;

height: 14px;

}

.bartable::-webkit-scrollbar-track {

-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

border-radius: 10px;

background-color: #F5F5F5;

}

.bartable::-webkit-scrollbar-thumb {

border-radius: 8px;

border: 0px solid #fff;

background-color: rgba(0, 0, 0, .3);

}

}

.topborder {

	border-top: 4px solid #ff4930;

}

.service .icon {

	background-position: center center;

	background-repeat: no-repeat;

	background-size: 80px auto;

}

.service .icon-1 {

	background-image: url("../images/service/1.png")

}

.service .icon-2 {

	background-image: url("../images/service/3.png")

}

.service .icon-3 {

	background-image: url("../images/service/3.png")


}



@media(max-width: 991px) {

.service .service-inner .icon {

	width: 80px;

	height: 80px;

	background-size: 40px auto;

}

}

.about-section {

	background: url(/images/bg-2.jpg) no-repeat center;

	background-size: cover

}

.about-content-two {

	background: rgba(0,0,0,0.25);
	padding: 40px 100px;

}
@media(max-width: 767px) {

.about-content-two {
	padding: 40px;

}
}
.about-section .about-content-two h1, .about-section .about-content-two h4 {

	color: #fff!important

}

.about-content-two .btn-takeTest {

	background-color: transparent;

	border-color: #ffffff;

	color: #ffffff;

	position: relative;

	padding: 15.5px 20px;

	width: 100%;

	text-align: center;

	border: solid 1px #ededed;
    max-width: 240px;
    margin: 0px auto;
    display: block;
}

.guide-section {

	background-color: #ff5527;

}

.home-guide__steps ul {

	margin: 0;

	padding: 0;

	list-style: none;

	position: relative;

	list-style: none;

	display: -ms-flexbox;

	display: flex;

}

.home-guide__steps ul li {

	position: relative;

	padding-left: 15px;

	padding-right: 15px;

	-ms-flex: 0 0 33.33333%;

	flex: 0 0 33.33333%;

	max-width: 33.33333%;

	-webkit-opacity: 1;

	-ms-opacity: 1;

	-moz-opacity: 1;

	-o-opacity: 1;

	opacity: 1;

}

.home-guide__steps ul li:before {

	content: '';

	width: calc(100% - 40px);

	border-bottom: 1px dashed #fff;

	height: 1px;

	position: absolute;

	top: 10px;

	left: calc(50% + 20px);

	display: block;

	transition: all 0.2s ease-out;

}

.home-guide__steps ul li:last-of-type:before {

	display: none;

}

.home-guide__steps ul li .circle-decor {

	width: 24px;

	height: 24px;

	border:5px solid #fff;
	margin-bottom: 10px;

	display: block;

	border-radius: 50%;

	margin-left: auto;

	margin-right: auto;

}

.home-guide__steps ul li .title {

	color: #ffffff;

	font-size: 14px;

	font-size: 0.93333em;

	font-weight: 300;

	text-align: center;

}



@media (min-width: 991px) {

.home-guide__steps ul li .title {

	font-size: 20px;

	font-size: 1.33333em;

	font-weight: 300;

}

}

.home-guide__steps ul li .sub-title {

	color: #ffffff;

	font-size: 11px;

	font-size: 0.73333em;

	font-weight: normal;

	text-align: center;

}

.home-guide__steps ul li .sub-title br {

	display: none;

}



@media (min-width: 991px) {

.home-guide__steps ul li .sub-title {

	font-size: 12px;

	font-size: 0.8em;

	font-weight: normal;

}

.home-guide__steps ul li .sub-title br {

	display: block;

}

}

.mybtn {

	text-decoration: none;

	transition: all 0.2s linear;

	margin: 0;

	padding: 0;

	border: none;

	background: none;

	cursor: pointer;

	-webkit-appearance: none;

	-moz-appearance: none;

	border-radius: 0;

	display: inline-block;

	position: relative;

	padding: 12.5px 40px;

	background-color: #ffffff;

	border: solid 1px #ededed;

	font-size: 13px;

	font-size: 0.86667em;

	font-weight: 300;

	text-decoration: none;

	text-align: center;

	color: #ff4930;

	overflow: hidden;

}

.btn--arrow-right-inline span {

	vertical-align: middle;

}

.btn--arrow-right-inline:after {

	padding-left: 15px;

	vertical-align: middle;

	content: "a";

	font-family: "peoplecert";

	font-size: 1.1em;

	font-weight: normal;

	line-height: 1;

}

.home-guide__cta {

	background-color: #f2f1ef;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-pack: center;

	justify-content: center;

	padding: 20px 0;

}

.home-guide__cta .mybtn, .home-guide__cta a.action-button {

	color: #ffffff;

	font-weight: 400;

	font-size: 18px;

	background-color: #ff5527

}

.home-guide__cta .mybtn:hover, .home-guide__cta .mybtn:focus {

	border-color: #ffffff;

	color: #ffffff;

}

.partner-slider .item {

	height: 120px;

	;

}

.img-container {

	height: 100%;

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

}

.img-container img {

	max-width: 90%;

	max-height: 90%;

}

.blog-section {

}

.blog .event-inner {

	background: #fff;

}

.blog .event-inner .media {

	margin-bottom: 20px;

}

.blog .event-inner .media .image {

	max-height: 300px;

	overflow: hidden;

	display: block;

}

.blog .event-inner .media .image img {

	width: 100%;

}

.blog .event-inner .content {

	padding: 30px 120px 50px 120px;

}



@media(max-width: 991px) {

.blog .event-inner .content {

	padding: 20px;

}

}

.blog .event-inner .content .title {

	font-size: 18px;

	margin-bottom: 20px;

}



@media only screen and (max-width: 479px) {

.blog .event-inner .content .title {

	font-size: 16px;

}

}

.blog .event-inner .content .desc {

	margin-top: 20px;

}

.blog .event-inner .content .read-more {

	margin-top: 15px;

	color: #ff4930;

	display: block;

}

.blog .event-inner .content .read-more:hover {

	margin-left: 10px;

}

.blog-section .mybtn {

	color: #ffffff;

	font-weight: 400;

	background-color: #ff5527;

}

.blog-section .mybtn:hover {

	color: #ffffff;

}

.goodsConts .tb-prop dt {

	display: block;

	margin-bottom: 8px;

}

.goodsConts .tb-prop dd {

	margin-bottom: 8px;

}

.goodsConts .tb-prop dd a {

	border: 1px solid #eae5e3;

	padding: 2px 5px;

	background: #f0edec;

	color: #816957;

	margin-right: 5px;

}

.goodsConts .tb-prop dd a:hover {

	text-decoration: none;

	color: #000;

}

.goodsConts .tb-prop dd a.selected {

	border: 1px solid #ff4930;

}

.goodsConts .tb-note-title {

	color: #816957;

}

.goodsConts .tabs {

	border-bottom: 1px solid #ccc;

	height: 28px;

	margin: 35px 0 15px;

}

.goodsConts .tabs li {

	float: left;

	margin-right: 5px;

}

.goodsConts .tabs li a {

	width: 83px;

	height: 29px;

	display: block;

	text-align: center;

	line-height: 29px;

	font-size: 12px;

	font-weight: bold;

}

.goodsConts .tabs li a:hover {

	text-decoration: none;

}

.goodsConts .tabs li.active a {

	background: url(../images/soft_tabs_on.png) no-repeat;

}

.goodsConts .tabs li.normal a {

	background: url(../images/soft_tabs.png) no-repeat;

}

.class_input_on {

	border-color: #8cd1ff;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);

	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);

}

.class_areatext_on {

	border-color: #8cd1ff;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);

	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);

}

.abo-details {

	font-size: 16px;

}

.sidebar-list li a.cur {

	color: #ff4930;

}



@media(max-width: 1199px) {

}



@media(max-width: 991px) {

}



@media(max-width: 575px) {

}



@media(max-width: 480px) {

}



@media(max-width: 375px) {

}

.exams-tab-list {

	font-size: 20px;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: nowrap;

	flex-wrap: nowrap;

	-ms-flex-pack: center;

	justify-content: center;

	margin-bottom: 27px

}

.exams-tab-list ul {

	display: -ms-flexbox;

	display: flex;

	border: 2px solid #ff4930;

	border-radius: 8px

}

.exams-tab-list ul li {

	border: none

}

.exams-tab-list ul li:before {

	display: none

}

.exams-tab-list ul li a {

	line-height: 44px;

	min-width: 135px;

	height: 44px;

	padding: 0 10px;

	color: #141414;

	text-align: center

}

.exams-tab-list ul li a.active {

	color: #fff;

	background: #ff4930

}

.exams-types h4, .rich-text h4, .card-title {

	margin: 25px 0px 15px 0;

	padding-bottom: 10px;

	border-bottom: 1px solid #ccc;

	font-size: 1.5rem;

}

.exams {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.exams .icon {

	min-width: 80px;

	width: 80px;

	margin-right: 20px;

}

.exams .icon img {

	width: 100%;

}

.exams .content h3 {

	font-size: 20px;/* font-weight: 600; */

}

.exams .content p {

	max-width: 265px;

}

.card-body .ke-zeroborder td {

	padding: 5px 2px;

}

.hero-section .slick-slide a{margin: 0px auto;display: block}

.newslist{}
.newslist ul{width: 100%;}
.newslist ul li{border-bottom: 1px dashed #bdbdbd;line-height: 20px;padding: 15px;}
.newslist ul li a{background: url("/images/list.png") no-repeat left center;color:#222;padding-left: 30px;display: block}
.newslist ul li a span{ float:right;}
